home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / include / gnome-1.0 / gnome.h next >
Encoding:
C/C++ Source or Header  |  2005-10-20  |  467 b   |  19 lines

  1. #ifndef GNOME_H
  2. #define GNOME_H
  3.  
  4. #if defined(GNOME_INTERFACE_VERSION)
  5. #if GNOME_INTERFACE_VERSION > 1
  6. #error "You are picking up an old header file because of a bad include path."
  7. #error "Please make sure `gnome-config --cflags ...` output is before"
  8. #error "any other -I options in your compilation flags."
  9. #endif
  10. #endif
  11.  
  12. #include "gnomesupport.h"
  13.  
  14. #include <gtk/gtk.h>
  15. #include <gdk_imlib.h>
  16. #include "libgnome/libgnome.h"
  17. #include "libgnomeui/libgnomeui.h"
  18. #endif
  19.